projects
/
emacs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
emacs.git
2015-11-21
Eli Zaretskii
Simplify recording of main thread's ID on MS-Windows
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
Mark Oteiza
Backport: Fix issue where a new tempfile was created...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
Eli Zaretskii
; * src/lread.c (Fload): Fix last change.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
Eli Zaretskii
Call 'window-size-change-functions' for mini-windows
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
Eli Zaretskii
Improve documentation of dynamic modules
commit
|
commitdiff
|
tree
|
snapshot
2015-11-21
Philipp Stephani
Initial documentation for dynamic modules
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Dmitry Gutov
Add xref--etags-backend to xref-backing-functions using...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
Fix double-decrement bug when freeing global refs
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
Declare emacs_module_init in the module API
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
Fix module test to use ptrdiff_t nargs too
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
Fix reindent-introduced typo in module code
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Anders Lindgren
Fixed bug#19576: `write-file' saves wrong buffer.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
John Wiegley
Correct a documentation error in frames.texi
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Stephen Leake
* lisp/cedet/mode-local.el: Delete obsolete comment
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
Module function arg counts are ptrdiff_t, not int
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Eli Zaretskii
Minor improvements in module test
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Eli Zaretskii
Improve MS-Windows implementation in dynlib.c
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Eli Zaretskii
; Update the description of Windows 10 pinned icon...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
Include-file tweaks for modules
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
Simplify push_handler and profile its malloc
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Paul Eggert
* src/emacs-module.h: Include stddef.h, not stdlib.h.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Juanma Barranquero
Discover repository version in linked worktrees (bug...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-20
Juri Linkov
* lisp/replace.el (occur-regexp-descr): New function.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Karl Fogel
Revert `open-line' electric-indent sensitivity
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Omit unnecessary clear in Fmodule_load
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Prefer signed integer types in module code
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Omit ‘const’ on locals
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Prefer intmax_t to int64_t in module code
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Rename module.c to emacs-module.c, etc.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Fix minor module problems found by static checking
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Style fixes for indenting etc. in module code
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Eli Zaretskii
Minor improvements in modules testing Makefile
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Eli Zaretskii
* .gitignore: Add "*.dll".
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Migrate modules/.gitignore into .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Add copyright notices to module code
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Paul Eggert
Rename emacs_module.h to module.h
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Juanma Barranquero
* src/module.c (Fmodule_load): Remove unused vars ...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Juanma Barranquero
* src/lread.c (Fload): Remove unused variable `size'
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Alan Mackenzie
src/keyboard.c (pre-command-hook): Fix typo in doc...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-19
Dmitry Gutov
Prioritize looking inside vc-parent-buffer over log...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Ken Brown
* configure.ac (LIBMODULES): Don’t define on Cygwin
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Eli Zaretskii
Fix MS-Windows build --with-modules
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Eli Zaretskii
; * admin/release-process: Minor copyedits and additions.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Aurélien Aptel
Add dynamic module test and helper script
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Aurélien Aptel
Make 'Fload' look for modules
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Aurélien Aptel
Add dynamic module module support
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Aurélien Aptel
Add new User Pointer (User_Ptr) type
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Aurélien Aptel
Add portable layer for dynamic loading
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Philipp Stephani
Add catch-all & no-signal version of PUSH_HANDLER
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Ken Brown
; * lisp/server.el (server-process-filter): Simplify...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Ken Brown
Silence byte-compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Paul Eggert
Quote symbols in docstrings using `'
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Peder O. Klingenberg
Fix savegames in dunnet
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Artur Malabarba
* lisp/emacs-lisp/package.el (package--with-response...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Xue Fuqiao
* admin/release-process: Improve wording.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Xue Fuqiao
Backport: * CONTRIBUTE: Remove information about featur...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Xue Fuqiao
Backport: Document the release process
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Xue Fuqiao
Backport: * admin/release-process: Rename from admin...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-18
Xue Fuqiao
Backport: Mention CONTRIBUTE in README
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Paul Eggert
Fix docstring quoting problems with ‘ '’
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Eli Zaretskii
Improve configure --help text for wide ints
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Stephen Leake
Improve doc string
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Paul Eggert
eval_sub followed dangling pointer when debugging
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Daiki Ueno
* lisp/image-mode.el: Support encrypted file
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Paul Eggert
ELF unexec: align section header
commit
|
commitdiff
|
tree
|
snapshot
2015-11-17
Juanma Barranquero
; lisp/window.el (display-buffer-at-bottom): Fix indent...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Andreas Schwab
Do more checks on bytecode objects (Bug#21929)
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Johan Bockgård
pcase.el: Fix edebugging of backquoted cons patterns
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Paul Eggert
Improve fix for regex reentrancy abort
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Dmitry Gutov
; Fix breakage in elisp-mode-tests.el
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Artur Malabarba
* lisp/faces.el (faces--attribute-at-point): Use `face...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Artur Malabarba
* lisp/emacs-lisp/package.el (package--with-response...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-16
Artur Malabarba
* lisp/emacs-lisp/nadvice.el (add-function): Escape...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Vasily Korytov
Recognize .rbw and .pyw files (bug#18753)
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Dmitry Gutov
Fix ruby-mode auto-mode-alist entry
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Dmitry Gutov
Fix etags completion near eob
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Alan Mackenzie
De-pessimize detection of C++ member initialization...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Artur Malabarba
Backport: * lisp/emacs-lisp/package.el: Fix a decoding...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Stephen Leake
Improve a few doc strings, comments
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Anders Lindgren
Enhance NSTRACE (trace output for NextStep).
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Anders Lindgren
; Cleanup of change log. Removed obsolete email addresses.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Anders Lindgren
Fixed a toolbar related issue on OS X.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Anders Lindgren
Fixed OS X 10.6.8 build issue (bug#21862).
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Artur Malabarba
* lisp/faces.el (faces--attribute-at-point): Fix an...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Paul Eggert
Fix regex abort when it tries to reenter itself
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Dmitry Gutov
Improve Ruby 1.9-style keyword keys highlighting
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Dmitry Gutov
Unify the absolutely equal xref-backend-references...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Dmitry Gutov
Update project-find-regexp for the new xref API
commit
|
commitdiff
|
tree
|
snapshot
2015-11-15
Dmitry Gutov
Fix replacing a match with a shorter string
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Artur Malabarba
* lisp/progmodes/xref.el (xref-pop-marker-stack): Downg...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
Document 'describe-symbol'
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Paul Eggert
Change test name to avoid spellcheck issue.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
; * etc/NEWS: Minor improvements in wording.
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
Avoid signaling an error in 'describe-symbol'
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
; * etc/NEWS: Fix formatting
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
; * etc/NEWS: Some easily fixed documentation marks
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
* INSTALL (--with-cairo): Document this new configure...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
Document that GNU Make >= 3.81 is required to build...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Artur Malabarba
Backport: * lisp/emacs-lisp/package.el: Refactor -with...
commit
|
commitdiff
|
tree
|
snapshot
2015-11-14
Eli Zaretskii
* CONTRIBUTE (Branches): Improve wording for back-porte...
commit
|
commitdiff
|
tree
|
snapshot
next